home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 January / MacHome Magazine Demo Disc January 2001.iso / pc / Software / Games / NetHack.sea / NetHack / NetHack Defaults < prev    next >
Encoding:
Text File  |  1999-12-29  |  2.3 KB  |  94 lines  |  [TEXT/ttxt]

  1. # SCCS Id: @(#)NetHack Defaults    3.3    99/11/20
  2. # Copyright (c) 1999 by Dean Luick, Mark Modrall, and Kevin Hugo
  3. # NetHack may be freely redistributed.  See license for details.
  4. #
  5. # Default settings for the Macintosh port of NetHack.
  6. # Comment lines begin with a `#' character.
  7.  
  8.  
  9. ### Display ###
  10. # Uncomment for the traditional single-window tty interface
  11. #OPTIONS=win:tty
  12.  
  13. # Font size and style (use HackFont or NewHackFont)
  14. OPTIONS=!large,fontmap:NewHackFont
  15.  
  16. # Color and background
  17. OPTIONS=color,background:white,use_stone:1
  18.  
  19. # Obsolete way to obtain reverse video; use background:black instead
  20. #OPTIONS=palette:000/c22/2c2/ca0/22c/a2a/2aa/ccc/999/f00/0f0/dd0/00f/d0d/0dd/fff/999/444/622/62c/-222
  21.  
  22. # Enable sound and beeps
  23. OPTIONS=sound,!silent
  24.  
  25.  
  26. ### Start-up and ending ###
  27. # Don't display the game introduction and new feature list at start
  28. #OPTIONS=!legacy,!news
  29.  
  30. # Save game state periodically in case of crashes (recommended)
  31. OPTIONS=checkpoint
  32.  
  33. # Show tombstone and top scores at death
  34. OPTIONS=tombstone,scores:10t/3a/o
  35.  
  36.  
  37. ### User input and feedback ###
  38. # Choose between menus or text prompts
  39. # (traditional, combination, partial, or full)
  40. OPTIONS=menustyle:full
  41.  
  42. # Display a little more information with some commands
  43. OPTIONS=verbose
  44.  
  45. # Pause for --more-- and make it boldface
  46. OPTIONS=page_wait,standout
  47.  
  48. # Allow spacebar as rest command
  49. #OPTIONS=rest_on_space
  50.  
  51. # Enable the number pad keys
  52. OPTIONS=number_pad
  53.  
  54. # Display experience, score, and time on status line
  55. OPTIONS=showexp,showscore,time
  56.  
  57. # Use popup windows for yes/no questions
  58. # This is likely to go away in future releases
  59. #OPTIONS=popup_dialog
  60.  
  61.  
  62. ### Character ###
  63. # A Valkyrie...
  64. #OPTIONS=name:Brunhilda,role:Val
  65.  
  66. # The old way works, too:
  67. #OPTIONS=name:Brunhilda-V
  68.  
  69. # How about an Elven Ranger?
  70. #OPTIONS=name:Silwa,role:Ranger,race:Elf,gender:Male
  71.  
  72. # Always a human female
  73. #OPTIONS=race:human,female
  74.  
  75. # Or leave them commented out and the game will ask you
  76.  
  77.  
  78. ### Inventory ###
  79. # Disable autopickup (toggle it with the `@' command)
  80. #OPTIONS=!autopickup
  81.  
  82. # Don't use fixed inventory letters
  83. OPTIONS=!fixinv,perm_invent,sortpack
  84.  
  85.  
  86. ### Pets ###
  87. # What to call your starting pet, and its type
  88. OPTIONS=dogname:Quinn,catname:Vladimir,horsename:Silver,pettype:dog
  89.  
  90. # Don't intentionally attack your pets
  91. OPTIONS=confirm,!hilite_pet,safe_pet
  92.  
  93. # End-of-file
  94.